home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / gfx / edit / picFX.readme < prev    next >
Text File  |  1999-07-01  |  3KB  |  90 lines

  1. Short:    Great CARDWARE image deformer (MUI) 0.88
  2. Author:   Maxime Gamboni (gamboni@fastnet.ch)
  3. Uploader: Maxime Gamboni (gamboni@fastnet.ch)
  4. Version:  0.88 Alpha
  5. Type:     gfx/edit
  6. Requires: Lamp.mcc and SettingsWindow.mcc; look in dev/mui
  7. Requires: 15Bit or better display output on Cgx/p96; OS 3.0; MUI 3.x
  8.  
  9. New E-mail address. Do not write anymore to maxime@intelcom.ch.
  10.  
  11. Note: If you would like to have AGA support, write to me.
  12. (Thirteen requests for now :)
  13.  
  14. This is an alpha software. Please read guide.
  15.  
  16. [New since 0.87 alpha:
  17. * Expression precalculation: About fourty percent time gained.
  18. * Many bugs removed.
  19. ]
  20.  
  21. This program lets you mix, deform or create picutes using functions.
  22. You can open as many windows as you want, each one can be either an
  23. image or a function.
  24.  
  25. The program calculates your r(x,y) g(x,y) and b(x,y) functions and
  26. writes a pixel of these red/green/blue components. You can refer to
  27. other projects in a formula:
  28. r(2,x,y) = 255-r(1,x,y)
  29. g(2,x,y) = 255-g(1,x,y)
  30. b(2,x,y) = 255-b(1,x,y)
  31. would output a negative version of project number one.
  32.  
  33. r(3,x,y) = (r(1,x,y)+r(2,x,y))/2
  34. g(3,x,y) = (g(1,x,y)+g(2,x,y))/2
  35. b(3,x,y) = (b(1,x,y)+b(2,x,y))/2
  36. would mix projects one and two into project three.
  37.  
  38. r(1,x,y) = x
  39. g(1,x,y) = y
  40. b(1,x,y) = 255-(x+y)/2
  41. would produce a nice spread..
  42.  
  43. This program is completely multi-tasking! Every time a rendering is
  44. started, a new task is created and its priority is a little lower
  45. than the main task, so the main program isn't slowed down when
  46. projects are rendering!
  47.  
  48. Amazingly fast rendering :-))
  49.  
  50. There is a friendly and intuitive user interface using MUI.
  51.  
  52. You have wide control over running projects: you can pause or change
  53. the sub-task priority while it is running directely from the
  54. user-interface. You can also hide windows to avoid cluttering the
  55. screen. Then you won't even remark that the computer is hard working
  56. on those projects :-)
  57.  
  58. Locale support; available languages (the guide is English-only):
  59. - English
  60. - French
  61. [Any translator is welcome!]
  62.  
  63. Although this program is postcardware, it has no restriction. You can
  64. unpack and use it without limitation now!
  65.  
  66. Written in AmigaE, full source-code is included (MUI custom classes
  67. with custom methods and attributes, Exec lists, tasks and ports,
  68. dynamic assembly code generation, ... are used).
  69.  
  70.  
  71. ============================= Archive contents =============================
  72.  
  73. Original  Packed Ratio    Date     Time    Name
  74. -------- ------- ----- --------- --------  -------------
  75.     2266    1409 37.8% 13-Apr-99 18:51:18  Catalogs.info
  76.     2774    1373 50.5% 14-Apr-99 12:55:50 +picFX.catalog
  77.     1963    1268 35.4% 13-Apr-99 18:51:18  E-Source.info
  78.    34444    9251 73.1% 22-May-99 10:18:28 +parser.e
  79.   121880   26284 78.4% 22-May-99 10:17:46 +picFX.e
  80.   116260   33390 71.2% 22-May-99 10:21:02  picfx
  81.    35056   14332 59.1% 22-May-99 10:11:12  picFX.guide
  82.     1676    1063 36.5% 13-Apr-99 18:51:18  picFX.guide.info
  83.     1674     898 46.3% 13-Apr-99 18:51:18  picFX.info
  84.     2299    1236 46.2% 22-May-99 10:22:56  picFX.readme
  85.     1904    1216 36.1% 13-Apr-99 18:51:18  Translation.info
  86.     3650    1773 51.4% 13-Apr-99 19:33:28 +français.ct
  87.     3742    1536 58.9% 13-Apr-99 19:32:54 +picFX.cd
  88. -------- ------- ----- --------- --------
  89.   329588   95029 71.1% 24-May-99 01:16:28   13 files
  90.